API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Encoders
Data
DecodedData.h
1
// DecodedData.h
3
//
5
6
namespace
nkGraphics
7
{
11
struct
DecodedData
12
{
13
// Attributes
14
nkMemory::BufferCast<DecodedMeshData>
_meshData
;
15
} ;
16
}
nkMemory::BufferCast
Holds a Buffer and make it easy to cast the binary data.
Definition:
BufferCast.h:18
nkGraphics::DecodedData
Holds the result of an Encoder's decoding operation.
Definition:
DecodedData.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
nkGraphics::DecodedData::_meshData
nkMemory::BufferCast< DecodedMeshData > _meshData
List of mesh data available.
Definition:
DecodedData.h:14
Generated by
Doxygen
1.8.18